-
Notifications
You must be signed in to change notification settings - Fork 66
VAP-5098: add call recording page #274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VAP-5098: add call recording page #274
Conversation
nikhilro
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
fern/assistants/call-recording.mdx
Outdated
|
|
||
| The Call Recording feature allows you to capture and store full recordings of phone calls for analysis. By default, Vapi stores a complete recording of every call, providing both mono and stereo audio. The stereo option separates human and assistant audio into two distinct channels, offering a clearer analysis of the conversation. | ||
|
|
||
| You can customize this behavior in the assistant's `assistant.artifactPlan`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you link to api reference
fern/assistants/call-recording.mdx
Outdated
| - `wav;l16`: 16-bit linear PCM WAV format, providing high-quality uncompressed audio in mono | ||
| - `mp3`: MP3 compressed audio format, offering good quality with smaller file sizes | ||
|
|
||
| You can specify your preferred format using the `assistant.artifactPlan.recordingFormat` property. If not specified, recordings will default to `wav;l16`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same
|
🌿 Preview your docs: https://vapi-preview-b4cdfde1-d8f2-49bc-87a7-b6b903daf59c.docs.buildwithfern.com |
|
@nikhilro any issues if i merge this PR with the 2 checks failing? |
ec11998 to
be8a0b8
Compare
|
🌿 Preview your docs: https://vapi-preview-9ac452aa-4a7d-4b66-be73-64b4d7f0b1bf.docs.buildwithfern.com |
No description provided.